import Col from './col'; import Row from './row'; declare function useBreakpoint(): Partial>; export { ColProps, ColSize } from './col'; export { RowProps } from './row'; export { Row, Col }; declare const _default: { useBreakpoint: typeof useBreakpoint; }; export default _default;