import type { PolymorphicMaterialSymbolProps } from './icon';
import type { ElementType } from 'react';
declare const Rounded: <C extends ElementType<any>>(props: PolymorphicMaterialSymbolProps<C>) => JSX.Element;
export default Rounded;
//# sourceMappingURL=rounded.d.ts.map