import { Story } from '@ladle/react';
interface SocialMediaIconsStoryProps {
    variant?: "dark" | "light";
    grow?: boolean;
    twitter?: boolean;
    instagram?: boolean;
    youtube?: boolean;
    x?: boolean;
    gitlab?: boolean;
    github?: boolean;
    linkedin?: boolean;
    mastodon?: boolean;
    facebook?: boolean;
    xing?: boolean;
    website?: boolean;
    email?: boolean;
    bluesky?: boolean;
}
export declare const SocialMediaIconsStory: Story<SocialMediaIconsStoryProps>;
declare const _default: {
    title: string;
};
export default _default;
