import { Meta, StoryObj } from '@storybook/react';
import { default as GoogleButton } from './GoogleButton';
declare const meta: Meta<typeof GoogleButton>;
export default meta;
type Story = StoryObj<typeof GoogleButton>;
export declare const Playground: Story;
export declare const AllVariants: Story;
export declare const Disabled: Story;
export declare const CustomHeight: Story;
