import type { SwitchApiProps } from "./switch.types.js"; export declare const switchProps: (keyof SwitchApiProps)[]; export declare const splitSwitchProps: (props: Props) => [SwitchApiProps, Omit]; //# sourceMappingURL=switch.props.d.ts.map