import { IconProps } from './types'; import { StyledComponentWithProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; export declare const IconComponent: (props: IconProps) => import("react/jsx-runtime").JSX.Element | null; export declare const Icon: StyledComponentWithProps; //# sourceMappingURL=index.d.ts.map