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