export function SlugSample(props: any): React.JSX.Element; export function slugArgTypes({ _default, withHollow }?: { _default?: number | undefined; withHollow?: boolean | undefined; }): { slug: { control: { type: string; labels: { 0: string; 1: string; }; default: number; }; options: number[]; }; }; import React from 'react'; //# sourceMappingURL=slug.d.ts.map