import type { HTMLAttributes } from 'react';
import React from 'react';
/**
 * An absolutely positioned <div> element with 100% width, height, and a column flex style
 * @link https://www.remotion.dev/docs/absolute-fill
 */
export declare const AbsoluteFill: React.FC<HTMLAttributes<HTMLDivElement>>;
