import { Variable } from '../../types/variables';
export declare const variablesUsedByElement: (el: Element) => Variable[];
