import React from "react"; import { type CenterProps } from '../../../../../index'; interface ActiveStateProps extends CenterProps { } declare const Component: React.ForwardRefExoticComponent>; export { Component as ActiveState, type ActiveStateProps, };