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