/// import { ComponentMeta, ComponentStory } from "@storybook/react"; declare const _default: ComponentMeta<{ ({ onClick, text, fixed, iconSize, textStyle, buttonWidth, icon, isLoading, disabled, color, ...rest }: import(".").DownloadButtonProps): JSX.Element; defaultProps: { text: string; onClick: () => void; fixed: undefined; iconSize: number; textStyle: {}; buttonWidth: number; icon: JSX.Element; color: string; isLoading: boolean; disabled: boolean; }; }>; export default _default; export declare const Default: ComponentStory<{ ({ onClick, text, fixed, iconSize, textStyle, buttonWidth, icon, isLoading, disabled, color, ...rest }: import(".").DownloadButtonProps): JSX.Element; defaultProps: { text: string; onClick: () => void; fixed: undefined; iconSize: number; textStyle: {}; buttonWidth: number; icon: JSX.Element; color: string; isLoading: boolean; disabled: boolean; }; }>;