import { FC } from 'react';
interface Props {
    url?: string;
    title?: string;
    classStyles: string;
}
export declare const Logo: FC<Props>;
export {};
