/// import * as React from "react"; type BoxOwnProps = { as?: E; }; type BoxProps = BoxOwnProps & Omit, keyof BoxOwnProps>; declare const defaultElement = "div"; declare const Box: (props: BoxProps) => React.ReactElement | null; type PolymorphicComponentProps = P & BoxProps; type PolymorphicComponent = (props: PolymorphicComponentProps) => React.ReactElement | null; export { Box, PolymorphicComponentProps, PolymorphicComponent }; //# sourceMappingURL=bundle.min.d.ts.map
= (props: PolymorphicComponentProps) => React.ReactElement | null; export { Box, PolymorphicComponentProps, PolymorphicComponent }; //# sourceMappingURL=bundle.min.d.ts.map