import { FormValue } from '../types';
/**
 * Calculates margin X value of the form label.
 */
export declare const calculateFormLabelMarginX: (value: number) => string;
/**
 * Returns input value depending on active.
 */
export declare const getInputValue: (active: FormValue | FormValue[] | null) => string;
