import * as React from 'react'; import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity/Theme'; import { ButtonProps } from '../Button'; export interface RoundIconButtonProps extends ButtonProps { } export declare const roundIconButtonStyle: (theme: Theme, props: RoundIconButtonProps) => CSSObject; export declare const RoundIconButton: React.FC; //# sourceMappingURL=RoundIconButton.d.ts.map