/** Options used by {mount} or {shallow} */
export default interface MountOptions {
    /** an element to be mounted */
    attachTo?: HTMLElement;
}
