import { SizeValue } from '../../../../utils'; export interface LoaderVariables { containerHeights: Record; containerWidths: Record; svgContent: string; svgHeights: Record; svgTranslatePosition: Record; svgWidths: Record; } export declare const loaderVariables: () => LoaderVariables;