import type { RadioApiProps } from "./radio.types.js"; export declare const radioProps: (keyof RadioApiProps)[]; export declare const splitRadioProps: (props: Props) => [RadioApiProps, Omit]; //# sourceMappingURL=radio.props.d.ts.map