import { jsx } from '@emotion/react'; export interface IconsProps { } export declare const IconsContainer: () => jsx.JSX.Element; export declare const BnIcon: ({ icon, ...props }: any) => jsx.JSX.Element;