interface SubtitleProps { children: React.ReactNode; level?: 1 | 2 | 3 | 4 | 5 | 6; } export declare function Subtitle({ children, level }: SubtitleProps): import("react").JSX.Element; export {}; //# sourceMappingURL=subtitle.d.ts.map