declare const Style: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    $gap: number;
    $fit: boolean;
    $responsive?: "desktop" | "laptop" | "tablet" | "mobile";
    $reverse?: boolean;
    $fix?: boolean;
    $fill?: boolean;
}>> & string;
export default Style;
//# sourceMappingURL=Col.styled.d.ts.map