export declare class GesturePropError extends Error {
    constructor(name: string, value: unknown, expectedType: string);
}
