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