import type { cssFn } from '@rocket.chat/css-in-js'; import type { AllHTMLAttributes, ElementType, RefAttributes, SVGAttributes } from 'react'; import type { Falsy } from '../../types/Falsy'; import type { StylingProps } from './stylingProps'; export interface BoxProps extends Partial, Omit, 'ref' | 'is' | 'className' | 'size' | 'elevation' | keyof StylingProps>, Omit, keyof AllHTMLAttributes | 'elevation' | keyof StylingProps> { is?: ElementType; className?: string | cssFn | (string | cssFn | Falsy)[]; animated?: boolean; withRichContent?: boolean | 'inlineWithoutBreaks'; htmlSize?: AllHTMLAttributes['size']; focusable?: boolean; } export declare const Box: import("react").ForwardRefExoticComponent>; declare const _default: import("react").MemoExoticComponent>>; export default _default; //# sourceMappingURL=Box.d.ts.map