import type { SelectApiProps } from "./select.types.js"; export declare const splitSelectProps: (props: Props) => [SelectApiProps, Omit]; //# sourceMappingURL=select.props.d.ts.map