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