export type * from "./Box.js"; export type * from "./Box.Arrow.js"; /** * Styleable wrapper element * * @see https://bifrost.intility.com/react/box * * @example * * Box with padding, border, and radius * * * @example * Yellow background * * @example * * Purple-themed box with theme background * */ declare const _default: import("react").ForwardRefExoticComponent> & { /** * Right-arrow icon for use in links (animates on hover) * * @see https://bifrost.intility.com/react/box#boxarrow * * @example * * Link text * * * * @example * // use `external` for arrow pointing up and to the right * * Thor Ragnarok * * */ Arrow: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; }; export default _default;