export interface GridContent {
    format?: any;
    area: string;
    style?: object;
    children?: any;
    props?: any;
    responsive?: {
        device: "desktop" | "laptop" | "tablet" | "mobile";
        area?: string;
    }[];
}
declare const _default: import("react").MemoExoticComponent<(props: GridContent) => any>;
export default _default;
//# sourceMappingURL=GridContent.d.ts.map