export type SizeType = 'medium' | 'large' | 'small' | 'xsmall'; export type MockOption = { value: T; label: string; subtitleExample: string; disabled?: boolean; }; export declare const getTwoGroupSelectOption: (key: 0 | 1) => { value: string; label: string; }[]; export declare const mockOptions: MockOption[]; export declare const disableMockOptions: MockOption[]; //# sourceMappingURL=mock-option.d.ts.map