export declare const props: {
    logoImg: {
        type: StringConstructor;
        default: string;
    };
    title: {
        type: StringConstructor;
        default: string;
    };
    logoClickable: {
        type: BooleanConstructor;
        default: boolean;
    };
};
