export declare const InlineIcon: ({ icon }: {
    icon: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
