import "./ActionPreview.css"; type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6; export declare const HeadingPreview: ({ level }: { level: HeadingLevel; }) => JSX.Element; export {};