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