/// import { LinkReturnType } from "link-redux"; export declare const SnackbarView: { ({ close, text }: { close: any; text: any; }): JSX.Element; type: import("@ontologies/core").NamedNode; topology: import("@ontologies/core").NamedNode[]; mapDataToProps: { text: import("@ontologies/core").NamedNode; }; linkOpts: { returnType: LinkReturnType; }; };