import React from "react"; import { TextColorVariantProps } from "../../styles"; import { SlotProps } from "../Slot"; export type BlockProps = Omit, "width" | "height"> & TextColorVariantProps; /** * A `Slot` that displays a `div` by default. * Also includes text color variants. */ export declare const Block: React.ForwardRefExoticComponent, "height" | "width"> & TextColorVariantProps & React.RefAttributes>; //# sourceMappingURL=Block.d.ts.map