import { default as React } from 'react'; export interface CardPolicyManualEmptyStateProps { style?: React.CSSProperties; } /** * "Or Create Manually" empty-state card rendered on the Card Policy list page * when no policies exist. Pairs with the AI CFO hero above it and points the * user to the NavBar "New" button for manual policy creation. */ declare const CardPolicyManualEmptyState: React.FC; export default CardPolicyManualEmptyState;