import React from 'react'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Template: { (args: any): JSX.Element; args: { title: string; description: string; withBorder: boolean; }; }; export declare const Simple: (args: any) => JSX.Element; export declare const WithDescription: (args: any) => JSX.Element; export declare const WithLongDescription: (args: any) => JSX.Element; export declare const WithBorder: (args: any) => JSX.Element; export declare const WithIcon: (args: any) => JSX.Element; export declare const WithCustomContent: (args: any) => JSX.Element;