import React from 'react'; import { Props } from './Activity'; declare const _default: { title: string; component: React.FC; parameters: { a11y: { manual: boolean; }; }; }; export default _default; export declare const Showcase: (props: Props) => JSX.Element; export declare const ColorTest: (props: Props) => JSX.Element; export declare const BackgroundColorTest: (props: Props) => JSX.Element; export declare const ZoomTest: (props: Props) => JSX.Element; //# sourceMappingURL=Icons.stories.d.ts.map