import { VegasProps } from "./types";
export declare const Vegas: import("react").ForwardRefExoticComponent<VegasProps & import("react").RefAttributes<{
    previous: () => void;
    next: () => void;
    play: () => void;
    pause: () => void;
} | null>>;
