/// <reference types="react" />
import { IrisProps } from '../../../../utils';
type Props = IrisProps<{
    isControl: boolean;
    isPast: boolean;
    isTrack: boolean;
    isStart: boolean;
    isEnd: boolean;
}>;
declare function Label({ className, children, ...props }: Props): JSX.Element;
export declare const CalendarDayLabel: import("styled-components").StyledComponent<typeof Label, any, {}, never>;
export {};
