/** * Allows to select inputs with `ctrl+a` or `cmd+a`. * Required because Lexical preventDefault the event. * see: https://github.com/payloadcms/payload/issues/6871 */ export declare function SelectAllPlugin(): null; //# sourceMappingURL=index.d.ts.map