import { DrawerData, DrawerType, ElConfig, ImageDrawerProps } from '../../types'; export declare function attachImageToElement(props: ElConfig & Pick, 'url' | 'viewBox'> & { from: Extract; position?: Extract; offset?: Vec2; size?: Vec2; }): void;