import { Meta } from '@storybook/react'; declare const _default: Meta; export default _default; export declare const Default: ({ ...args }: { [x: string]: any; }) => import("react/jsx-runtime").JSX.Element; export declare const BackgroundColors: () => import("react/jsx-runtime").JSX.Element; export declare const Disabled: { ({ ...args }: { [x: string]: any; }): import("react/jsx-runtime").JSX.Element; parameters: { docs: { description: { story: string; }; }; }; args: { isDisabled: { defaultValue: boolean; }; bg: { control: { type: string; options: any; }; defaultValue: string; }; sx: { border: string; borderColor: string; display: string; flexDirection: string; gap: string; }; }; }; export declare const BoxesWithGaps: () => import("react/jsx-runtime").JSX.Element;