import type { AllHTMLAttributes } from 'react';
export declare const useBoxOnlyProps: (props: T & {
animated?: boolean;
withRichContent?: boolean | "inlineWithoutBreaks";
htmlSize?: AllHTMLAttributes["size"];
size?: AllHTMLAttributes["size"];
focusable?: boolean;
}) => T;
//# sourceMappingURL=useBoxOnlyProps.d.ts.map