/// import { LmVideoProps } from "./videoTypes"; export declare function LmVideo({ aspectRatio, resizeMode, src, isLooping, useNativeControls, posterSource, autoplay, width, height }: LmVideoProps): JSX.Element; //# sourceMappingURL=LmVideo.d.ts.map