import { default as React } from 'react'; type Props = { show: boolean; content: React.ReactNode | undefined; warning?: boolean; error?: boolean; margin?: string; testId?: string; }; declare function AlertBanner(props: Props): React.JSX.Element; export default AlertBanner; //# sourceMappingURL=AlertBanner.d.ts.map