export declare const regular: () => JSX.Element;
declare const _default: {
    title: string;
    component: ({ color, height, width, title }: import("./Logo").LogoProps) => JSX.Element;
    parameters: {
        notes: string;
    };
};
export default _default;
