import type { NumberInputApiProps } from "./number-input.types.js"; export declare const numberInputProps: (keyof NumberInputApiProps)[]; export declare const splitNumberInputProps: (props: Props) => [NumberInputApiProps, Omit]; //# sourceMappingURL=number-input.props.d.ts.map