import { defaultProps } from './CalendarWeek'; import { UxGridProps, BlockTypeSelectProps } from '../UxGrid'; export declare type CalendarWeekProps = { locale?: string; } & Pick, Exclude, 'scale' | 'labelConversion' | 'selectedTypes'>> & BlockTypeSelectProps & typeof defaultProps;