export declare const DEVICES: {
    id: string;
    name: string;
    width: number;
    height: number;
    aspect_ratio: string;
    type: string;
}[];
export declare const TOOLBAR_HEIGHT = 50;
