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