export interface ApiKeysEmptyStateProps { onCreatePress: () => void; } export declare function ApiKeysEmptyState({ onCreatePress }: ApiKeysEmptyStateProps): import("react").JSX.Element;