import { ComponentProps } from 'react'; export type SessionsEmptyStateProps = Omit, "children">; export declare function SessionsEmptyState(props: SessionsEmptyStateProps): import("react").JSX.Element;