import { DayProps as CoreDayProps } from '@epam/uui-core'; import type { JSX } from 'react'; export interface DayProps extends CoreDayProps { } export declare function Day(props: DayProps): JSX.Element; //# sourceMappingURL=Day.d.ts.map