/// import { SurfaceProps } from './Surface'; export declare type TagProps = SurfaceProps; export declare const Tag: ({ size, ...props }: TagProps) => JSX.Element; //# sourceMappingURL=Tag.d.ts.map