import React from 'react';
import type { TopBannerProps } from './TopBanner.types';
declare const TopBanner: {
    ({ dismissible, dismissLabel, zIndex, position, onDismiss, action, dataHook, className, children, }: TopBannerProps): React.JSX.Element;
    displayName: string;
    ActionButton: React.FC<import(".").ActionButtonProps>;
    ActionLink: React.FC<import(".").ActionLinkProps>;
};
export default TopBanner;
//# sourceMappingURL=TopBanner.d.ts.map