import type { PropsWithChildren } from "react"; import React from "react"; export declare function ChipPrefix({ children }: PropsWithChildren): React.JSX.Element;