import { PropsWithChildren } from 'react';
import { PropsWithElementAttributes } from '../utils';
export declare type TimeHeaderProps = PropsWithChildren<PropsWithElementAttributes>;
export declare const TimeHeader: ({ children, className, style }: TimeHeaderProps) => JSX.Element;
//# sourceMappingURL=TimeHeader.d.ts.map