type Option = { label: string; value: 'custom_range' | 'last_week' | 'last_month' | 'last_year'; }; type ModelValue = [string, string] | null; type Props = { disabled?: boolean; inline?: boolean; name?: string; modelValue: ModelValue; options: Option[]; allowCustomDateRange?: boolean; }; declare const _default: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((v: ModelValue) => any) | undefined; }>, { name: string; options: Option[]; disabled: boolean; inline: boolean; modelValue: ModelValue; allowCustomDateRange: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;