import * as React from 'react'; import { BoxProps } from '../Flex'; export declare const baseClassName = "ab-WarningBox"; export declare const WarningBox: (props: BoxProps & { className?: string; children?: React.ReactNode; style?: React.CSSProperties; }) => React.JSX.Element;