import './index.less'; export default class ShareNotice { static show(): void; onHide: Function; protected shareEl: HTMLDivElement | null; protected propShow: boolean; constructor(onHide?: Function); show(): void; hide(): void; protected removeNode(callOnHide?: boolean): void; protected addNode(element: JSX.Element): HTMLDivElement; }