/**
 * The limiter prevents the video element to use up all of the available width.
 * The player container will automatically limit it's own height based on the
 * available width (keeping aspect ratio).
 */
export declare const Limiter: import("styled-components").StyledComponent<"div", any, {}, never>;
