import React from "react"; export default function Col({ type, children }: { type: string; children: React.ReactNode; }): React.JSX.Element;