export declare const insertStyleSheet: () => void; export declare const createModal: ({ device, url, widthPadding, heightPadding }: { device: any; url: any; widthPadding: any; heightPadding: any; }) => Promise; export declare const destroyModal: () => void;