import React from 'react';
import { BlackFridayBannerProps } from './types';
export declare const BlackFridayBanner: React.FC<BlackFridayBannerProps>;
export * from './mini';
