interface IBottomLinks { isSmall?: boolean; className?: string; extraLinkUrl?: string; showPoweredBy?: boolean; extraLinkText?: string; } export declare const BottomLinks: React.FC; export {}; //# sourceMappingURL=index.d.ts.map