export default Circular; /** * @see https://semantic-ui.com/elements/image.html#circular * @see https://semantic-ui.com/elements/label.html#circular * @param {{className?: string, [key: string]: any}} props */ declare function Circular(props: { className?: string; [key: string]: any; }): any;