import { StrictStyleOptions } from 'botframework-webchat-api';
export default function createVideoContentStyle({ videoHeight }: StrictStyleOptions): {
    height: string | number;
    width: string;
};
//# sourceMappingURL=VideoContent.d.ts.map