interface Variables { [key: string]: string; } /** * Variables for the Vidstack Player * list of variables can be found here: * https://vidstack.io/docs/player/components/layouts/default-layout/?styling=default-theme#css-variables */ export declare const vdsVariables: Variables; export {};