import { Props as StringValueProps } from '../String';
export type Props = StringValueProps;
declare function BankAccountNumber(props: Props): import("react/jsx-runtime").JSX.Element;
declare namespace BankAccountNumber {
    var _supportsSpacingProps: boolean;
}
export default BankAccountNumber;
