import { Speech } from '../speech'; export declare class Padding { private static setStateForPrimitiveElement; private static setStateForGenericElement; static setState(speech: Speech, element: HTMLElement): void; static adjustStateAfterRecodingPrimitiveElement(speech: Speech, input: HTMLInputElement): void; static adjustSateForNoTextPrimitiveElement(speech: Speech): void; }