import * as Icons from './index'; declare const meta: { title: string; component: ({ realWidth, realHeight, scale, width, height, shadow, children, fill, ...props }: Icons.InternalSVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; parameters: { layout: string; }; tags: string[]; render: (args: Icons.InternalSVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; }; export default meta; export declare const Default: {}; //# sourceMappingURL=SVGIcon.stories.d.ts.map