import { Style } from '../style'; export declare class OverscrollBehavior extends Style { static id: string; static matches: RegExp; get props(): { [key: string]: any; }; }