import { TitleProps } from './types'; export declare const Title: ({ as, size, weight, className, ...props }: TitleProps) => import("react/jsx-runtime").JSX.Element; export declare const Subtitle: ({ as, size, weight, className, ...props }: TitleProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map