import { DateItemComponentProps } from './types'; export declare const DateItemStatus: (props: DateItemComponentProps) => JSX.Element;