export declare function getLyThemeVariableUndefinedError(variable: string): Error;
export declare function getLyThemeVariableOptionUndefinedError(comp: string, variable: string): Error;
export declare function getLyThemeStyleUndefinedError(comp: string, input: string, val: string): Error;
