interface ICompactContentErrorProps { className: string; headline: string; text: string; } export declare function CompactContentError({ className, headline, text }: ICompactContentErrorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CompactContentError.d.ts.map