import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const AsCustomComponent: (props: Props) => JSX.Element; export declare const WithoutTitle: (props: Props) => JSX.Element; export declare const WithoutSubtitle: (props: Props) => JSX.Element; export declare const WithOnlyCTA: (props: Props) => JSX.Element; export declare const Multiple: (props: Props) => JSX.Element; export declare const WithCustomStyling: (props: Props) => JSX.Element; //# sourceMappingURL=ActionCard.stories.d.ts.map