import { FunctionComponent } from 'react';
export interface StorybookLogoProps {
    alt: string;
}
export declare const StorybookLogo: FunctionComponent<StorybookLogoProps>;
