import { FC } from"react";
import { IBoxProps } from"./_types/IBoxProps";
/**
* A standard box element, which takes attributes/properties and translates them to css
* @param props The properties of the box
*/exportdeclareconstBox: FC<IBoxProps>;
//# sourceMappingURL=Box.d.ts.map