import { SnackBarProps } from './types'; /** * Компонент Snackbar. * @param props Параметры. * @return Элемент. */ export declare function SnackBar({ onClick, children, className, onMount, ...props }: SnackBarProps): import("react").JSX.Element;