import './DialogBanner.scss'; type DialogBannerProps = { text: string; onClick?: VoidFunction; }; export default function ({ text, onClick }: DialogBannerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DialogBanner.d.ts.map