export declare const mockContact: () => {
    name: string;
    mobile: string;
    phone: string;
    email: string;
};
