import { ComponentType } from 'react' /** @public */ export type TLShapeIndicatorErrorFallbackComponent = ComponentType<{ error: unknown }> /** @internal */ export const DefaultShapeIndicatorErrorFallback: TLShapeIndicatorErrorFallbackComponent = () => { return }