import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/trace/android/inputmethodservice/softinputwindow.proto.
 */
export declare const file_protos_perfetto_trace_android_inputmethodservice_softinputwindow: GenFile;
/**
 * @generated from message perfetto.protos.SoftInputWindowProto
 */
export type SoftInputWindowProto = Message<"perfetto.protos.SoftInputWindowProto"> & {
    /**
     * @generated from field: optional int32 window_state = 6;
     */
    windowState: number;
};
/**
 * Describes the message perfetto.protos.SoftInputWindowProto.
 * Use `create(SoftInputWindowProtoSchema)` to create a new message.
 */
export declare const SoftInputWindowProtoSchema: GenMessage<SoftInputWindowProto>;
//# sourceMappingURL=softinputwindow_pb.d.ts.map