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