interface Props {
    selectedStore?: string;
    selectedType?: string;
    selectedKey?: string;
    storeData?: any;
}
export default function StateViewer({ selectedType, storeData, selectedKey, }: Props): import('../../node_modules/react/jsx-runtime').JSX.Element;
export {};
