import { TopBannerProps } from '.';
export declare const requiredProps: TopBannerProps;
export declare const testkitTests: {
    title: string;
    props: TopBannerProps;
}[];
export declare const ssrTests: {
    title: string;
    props: TopBannerProps;
}[];
export declare const a11yTests: {
    title: string;
    props: TopBannerProps;
}[];
//# sourceMappingURL=TopBanner.meta.d.ts.map