export { default as RNSvgaPlayer } from './SvgaPlayer';
export type {
  SvgaPlayerProps,
  SvgaPlayerRef,
  SvgaErrorEvent,
} from './SvgaPlayer';
