import React from 'react'; import { Story } from '@storybook/react'; import { ButtonProps } from '../..'; declare const _default: { title: string; component: ({ appearance, children, onClick, disabled, loading, size, stretch, icon, name, iconPosition, ...other }: ButtonProps & React.HTMLAttributes) => JSX.Element; argTypes: { appearance: { table: { disable: boolean; }; }; children: { table: { disable: boolean; }; }; icon: { control: { type: string; options: ("link" | "map" | "menu" | "filter" | "medium" | "twitter" | "archive" | "alert-circle-white" | "alert-circle" | "alert-no-outline" | "alert-triangle" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "avatar-default" | "award-ribbon-inactive" | "award-ribbon" | "award" | "behance" | "big-tick" | "book-open" | "book" | "box" | "bulb" | "calendar" | "check" | "check-square" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "code-scanner" | "codepen" | "compass" | "copy" | "cross" | "discord" | "dollar-sign" | "dribbble" | "dropbox" | "download" | "edit" | "external-link" | "eye" | "facebook" | "file" | "filter-not" | "flag" | "fund" | "github" | "gitlab" | "globe" | "google" | "google-drive" | "grid" | "help-circle" | "home" | "inbox" | "info" | "instagram" | "kaggle" | "layout" | "linkedin" | "list" | "loader" | "log-out" | "mail" | "map-pin" | "maximize" | "message-square" | "minimize" | "minus" | "minus-circle" | "more-horizontal" | "okay" | "pencil" | "phone" | "pie-chart" | "pill-tick" | "plus-square" | "plus" | "progress-pie-inactive" | "progress-pie" | "refresh-cw" | "search" | "settings" | "shop" | "slack" | "square" | "stackoverflow" | "star" | "star-fill" | "telegram" | "thumbs-down" | "thumbs-up" | "team" | "tick-no-border" | "tick-open" | "tick" | "trash" | "triangle-down" | "unlock" | "upload-cloud" | "upvote" | "user" | "users" | "whatsapp" | "x-circle" | "x" | "youtube" | "zap" | "devfolio" | "devfolio-fill" | null)[]; }; }; onClick: { action: string; table: { disable: boolean; }; }; }; }; export default _default; export declare const PrimaryButton: Story; export declare const SecondaryButton: Story; export declare const TertiaryButton: Story; export declare const TwitterButton: Story;