import { Meta } from "@storybook/react";
export declare const CreateStory: (fileLocation: string, component: any, argTypes?: {}, decorators?: any[]) => Meta<import("@storybook/react").Args>;
export declare const BindComponent: (Template: any, props: any) => any;
export declare const IconNameOptions: string[];
export declare const ButtonStyleOptions: string[];
