import { GridSystem } from './useStyles';
interface Props extends GridSystem {
    className?: string;
    style?: any;
}
/**
 * SimpleComp Component: Do something
 */
export declare const Col: import("@builder.io/qwik").Component<Props>;
export {};
