import { Overflow } from '../types';
export declare type PixiHtmlContainerProps = {
    id?: string;
    overflow?: Overflow;
};
