import { FC } from 'react'; import { AlertProps } from './Alert'; /** * Wraps Chakra Alert {@link https://chakra-ui.com/docs/components/alert} * with Button behaviour */ export declare const AlertButton: FC;