/// export type EmptyVisualStateProps = React.PropsWithChildren; export declare function EmptyVisualState({ children }: EmptyVisualStateProps): import("react/jsx-runtime").JSX.Element; export declare namespace EmptyVisualState { var displayName: string; } //# sourceMappingURL=VisualState.d.ts.map