/// import { ComponentStateProps } from './ComponentState'; export interface EmptyStateProps extends ComponentStateProps { /** * Used to locate this view in end-to-end tests. */ testID?: string; } export declare const EmptyState: import("react").ComponentType;