import { type FloatElementIndentation } from './ImageBaseFloatElement';
export declare const resolveIndent: (indent: FloatElementIndentation | undefined, cssProperty: string, classNames: Record<string, string>) => [React.CSSProperties | undefined, string | undefined];
export declare const mutableRemoveElement: <T>(arr: T[], element: T) => void;
//# sourceMappingURL=helpers.d.ts.map