import React from 'react'; interface Props { icon: string; active: boolean; } export declare function CustomIcon(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=CustomIcon.d.ts.map