import type { DateTimeFormatMode } from './'; type $$ComponentProps = { col_label: string; mode: DateTimeFormatMode; options: DateTimeFormatMode[]; open: boolean; on_toggle: () => void; on_change: (mode: DateTimeFormatMode) => void; }; declare const DateTimeFormatMenu: import("svelte").Component<$$ComponentProps, {}, "">; type DateTimeFormatMenu = ReturnType; export default DateTimeFormatMenu;