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