declare const _default: { title: string; }; export default _default; export declare const _Box: () => import("react/jsx-runtime").JSX.Element; export declare const WithATextColour: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithABackgroundColour: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithASetWidth: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithAResponsiveWidth: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithPadding: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithMargin: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithAShadow: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithABackgroundImage: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithHoverTransition: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithTransform: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithAnimation: { render: () => import("react/jsx-runtime").JSX.Element; name: string; };