import React from 'react'; declare const _default: { title: string; component: React.FC; decorators: ((Story: any) => JSX.Element)[]; }; export default _default; export declare const Template: { (args: any): JSX.Element; args: { children: string; withBorder: boolean; }; }; export declare const Simple: (args: any) => JSX.Element; export declare const WithBorder: (args: any) => JSX.Element; export declare const WithFullWidthButton: (args: any) => JSX.Element; export declare const WithActionButtons: (args: any) => JSX.Element;