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