import { IInfoBarProps } from './types'; declare const InfoBar: ({ color, hasBorderRadius, id, onClick, size, style, text, variant, cta, ...props }: IInfoBarProps) => import("react/jsx-runtime").JSX.Element; export default InfoBar; //# sourceMappingURL=InfoBar.d.ts.map