import { HTMLAttributes } from 'react'; export declare function Slug({ children, ...rest }: HTMLAttributes): JSX.Element;