import type { SFCWithInstall } from '../_util/interface';
import Text from './text';
type TextType = SFCWithInstall<typeof Text>;
export { textProps } from './props';
export type { TextProps } from './props';
export declare const FText: TextType;
export default FText;