import { BreakpointThreshold } from '../../types/responsive'; import { StyleProps } from '../../utils/styled'; import * as React from "react"; export type BoxProps = StyleProps & Omit, "color"> & { as?: React.ElementType; asChild?: boolean; hideFrom?: BreakpointThreshold; }; export declare const Box: React.ForwardRefExoticComponent>; //# sourceMappingURL=Box.d.ts.map