/// interface IContactStyles { $type?: 1 | 2 | 3 | 4 | 5; $isPage?: boolean; $titleColor?: string; } export declare const Contact: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLElement>, IContactStyles>>; export {};