import { HTMLProps, JSX } from 'react'; export declare function Pill({ children, ...props }: HTMLProps): JSX.Element; //# sourceMappingURL=Pill.d.ts.map