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