export default class IFrameTarp {
    private tarps;
    constructor();
    cover: () => void;
    uncover: () => void;
}
