import { FormField, KeyStroke } from '../../index';
/**
 * Selects all text in the field when pressing ctrl-a rather than selecting all text of the document.
 */
export declare class SelectAllTextInFieldKeyStroke extends KeyStroke {
    field: FormField;
    constructor(widget: FormField);
    handle(event: JQuery.KeyboardEventBase): void;
}
//# sourceMappingURL=SelectAllTextInFieldKeyStroke.d.ts.map