///
import { BADGE } from '@geometricpanda/storybook-addon-badges';
/**
*
* ```js
* import { AttachmentIcon } from "@galaxy-ds/core";
* ```
*/
declare const meta: {
component: import("react").FC;
title: string;
parameters: {
badges: BADGE[];
};
argTypes: {
size: {
table: {
size: {
summary: string;
};
defaultValue: {
summary: string;
};
};
control: {
disable: true;
};
};
ext: {
control: {
disable: true;
};
};
};
};
export default meta;
export declare const Default: {
args: {};
parameters: {
docs: {
source: {
code: string;
};
};
};
render: () => import("react/jsx-runtime").JSX.Element;
};
export declare const Small: {
args: {
size: "medium";
};
parameters: {
docs: {
source: {
code: string;
};
};
};
render: (args: {
ext?: string | undefined;
size?: "small" | "inherit" | "large" | "medium" | undefined;
}) => import("react/jsx-runtime").JSX.Element;
};
export declare const MultiIcons: {
args: {};
parameters: {
docs: {
source: {
code: string;
};
};
};
render: () => import("react/jsx-runtime").JSX.Element;
};
export declare const MultiIconsSmall: {
args: {};
parameters: {
docs: {
source: {
code: string;
};
};
};
render: () => import("react/jsx-runtime").JSX.Element;
};