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