type Options = { width: number | string; height: number | string; }; export declare const Root: ({ width, height }: Options) => { display: string; overflow: string; backgroundColor: string; borderRadius: number; verticalAlign: string; width: string | number; height: string | number; }; export declare const Embed: { width: string; height: string; border: string; }; export {};