/// import './Card.stories.scss'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; }; export default _default; export declare const WithIcon: { (): JSX.Element; story: { name: string; }; }; export declare const WithImage: { (): JSX.Element; story: { name: string; }; }; export declare const News: { (): JSX.Element; story: { name: string; }; }; export declare const Event: { (): JSX.Element; story: { name: string; }; };