import { Style } from '../style'; export declare class Position extends Style { static key: string; static values: { abs: string; rel: string; }; static semantics: { static: string; fixed: string; abs: string; rel: string; sticky: string; }; }