import React from 'react'; declare type IconStoryProps = { iconsColor: string; iconsSize: number; iconLargeSize: number; }; export declare const IconsStory: (args: IconStoryProps) => React.JSX.Element; declare const _default: { title: string; component: (args: IconStoryProps) => React.JSX.Element; parameters: { controls: { expanded: boolean; }; }; argTypes: { iconsColor: { name: string; description: string; control: { type: string; }; }; iconsSize: { name: string; description: string; control: { type: string; }; }; iconLargeSize: { name: string; description: string; control: { type: string; }; }; }; }; export default _default;