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