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