import { default as React } from 'react'; import { IDxToast } from './types'; declare const DxToastStorybook: (options: IDxToast & { onClose: () => void; }) => React.JSX.Element; export default DxToastStorybook;