export interface InputLabelVariables { insideLabelBottom: string; insideLabelPaddingLeft: string; insideLabelActiveFontSize: string; inlineLabelPaddingRight: string; lineHeight: string; marginBottom: string; } export declare const inputLabelVariables: (siteVars: any) => InputLabelVariables;