import { PropsWithChildren } from 'react'; import { PropsWithElementAttributes } from '../utils'; export declare type TitleProps = PropsWithElementAttributes>; export declare const Title: ({ size, children, className, style }: TitleProps) => JSX.Element; //# sourceMappingURL=Title.d.ts.map