import * as React from 'react';
import { BoxProps } from '../../primitives/Box';
export interface CardTimerProps extends BoxProps {
    children: React.ReactNode;
}
export declare const CardTimer: ({ children, ...props }: CardTimerProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=CardTimer.d.ts.map