import React from 'react';
import { FontStyle, SizeStyle, ElementProps } from '../generator';
interface TextProps extends FontStyle, SizeStyle, ElementProps {
    children?: React.ReactNode;
}
export declare const Text: (props: TextProps) => JSX.Element;
export default Text;
//# sourceMappingURL=index.d.ts.map