/**
 * @type {WPBlockBindingsSource}
 */
declare const _default: {
    name: string;
    getValues({ select, clientId, context, bindings }: {
        bindings: any;
        clientId: any;
        context: any;
        select: any;
    }): {};
    setValues({ select, dispatch, clientId, bindings }: {
        bindings: any;
        clientId: any;
        dispatch: any;
        select: any;
    }): void;
    canUserEditValue: () => boolean;
};
export default _default;
//# sourceMappingURL=pattern-overrides.d.ts.map