import { Style } from '../style'; export declare class AspectRadio extends Style { static matches: RegExp; static key: string; static unit: string; static semantics: { square: string; video: string; }; }