import { ComponentType } from "react"; import { ColProps } from "./col"; export declare const withFixedStyle: (WrappedComponent: ComponentType) => (props: ColProps & T) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=colHOC.d.ts.map