import React from 'react'; interface Props { followsIcon: boolean; spacing: string; children?: React.ReactNode; isLoading?: boolean; testId?: string; } declare const _default: ({ children, followsIcon, spacing, isLoading, ...rest }: Props) => JSX.Element; export default _default;