type SmallIconProps = { title: string; }; declare function SmallIcon({ title }: SmallIconProps): import("react/jsx-runtime").JSX.Element; export { SmallIcon }; export type { SmallIconProps }; //# sourceMappingURL=SmallIcon.d.ts.map