import { type SelectOptionProps, type SelectType } from './Select'; type DefaultSelectAllOptionBase = < Type extends SelectType, SelectOptionValue extends string = string, >( props: SelectOptionProps & { ref?: React.Ref; }, ) => React.ReactElement; export declare const DefaultSelectAllOption: DefaultSelectAllOptionBase; export {}; //# sourceMappingURL=DefaultSelectAllOption.d.ts.map