export declare const defaultAttributes: {
    src: string;
    frameBorder: number;
    allowtransparency: boolean;
    scrolling: string;
};
