import { IBox, ResponsiveProp } from "../../types"; export declare const getRow: (row: ResponsiveProp) => IBox | null; export declare const getColumn: (column: ResponsiveProp) => IBox | null;