import React from 'react'; import { Props } from './index'; declare const _default: { title: string; component: React.ForwardRefExoticComponent; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const Secondary: (props: Props) => JSX.Element; export declare const Tertiary: (props: Props) => JSX.Element; export declare const Size32: (props: Props) => JSX.Element; export declare const Size40: (props: Props) => JSX.Element; export declare const Size48: (props: Props) => JSX.Element; export declare const Size56: (props: Props) => JSX.Element; export declare const Centered: (props: Props) => JSX.Element; export declare const Disabled: (props: Props) => JSX.Element; export declare const Inline: (props: Props) => JSX.Element; export declare const Wide: (props: Props) => JSX.Element; export declare const AnimatedCaret: (props: Props) => JSX.Element; export declare const Submitting: (props: Props) => JSX.Element; export declare const AsButtonElement: (props: Props) => JSX.Element; export declare const AsAnchorElement: (props: Props) => JSX.Element; export declare const AsRouterLink: (props: Props) => JSX.Element; export declare const CenteredChecked: (props: Props) => JSX.Element; export declare const WithCustomIcon: (props: Props) => JSX.Element; export declare const WithCustomIconInline: (props: Props) => JSX.Element; export declare const AriaPressed: (props: Props) => JSX.Element; export declare const WithClassNames: (props: Props) => JSX.Element; export declare const GalleryPrimary: (props: Props) => JSX.Element; export declare const GallerySecondary: (props: Props) => JSX.Element; export declare const GalleryTertiary: (props: Props) => JSX.Element; //# sourceMappingURL=Button.stories.d.ts.map