import React from 'react'; import cx from 'classnames'; export interface Props { children: React.ReactNode; className?: Parameters[0]; ctaText?: string; error?: boolean; href?: string; icon?: React.ReactElement; onClick?: () => void; success?: boolean; target?: string; title?: string | false; warning?: boolean; buttonText?: string; } export declare const Banner: React.FC; export default Banner; //# sourceMappingURL=index.d.ts.map