/** * Internal dependencies */ import './style.scss'; /** * Renders the list of all regular notices in the store. * * This only includes notices added with the type 'default'. * Non-dismissible notices are rendered in a separate list from dismissible notices. * * @since 0.1.0 * * @returns The component to be rendered. */ export default function Notices(): import("react").JSX.Element; //# sourceMappingURL=index.d.ts.map