/// import { STATES } from "./states"; declare const STATES_COMPONENTS: { init: (props: any) => JSX.Element; started: (props: any) => JSX.Element; record: (props: any) => JSX.Element; recorded: (props: any) => JSX.Element; saved: (props: any) => JSX.Element; failed: (props: any) => JSX.Element; }; export default STATES_COMPONENTS;