declare namespace _default {
    export { Row };
    export { Col };
}
export default _default;
import Row from "./Row";
import Col from "./Col";
export { Row, Col };
