/// import '../../styles/components/Day.scss'; import { type DayProps } from './types'; export declare const Day: ({ disabled, selected, otherMonth, current, day, inputName, select, }: DayProps) => JSX.Element;