import type { DefaultOptionType } from 'antd/es/select'; export declare const DEFAULT_OPTIONS: { lavel: string; value: string; other: string; }[]; export declare const getOptions: (format?: string) => DefaultOptionType[];