///
import { BoxProps } from '../Box';
export declare type LocalTextProps = {};
export declare type TextProps = BoxProps & LocalTextProps;
export declare const Text: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};