/** * Custom conditions for React Aria Components state management * Maps Chakra UI pseudo-selectors to React Aria data attributes */ export declare const conditions: { /** * Maps to React Aria's open state data attributes * Used for animations when a component is opening/entering */ open: string; /** * Maps to React Aria's closed state data attributes * Used for animations when a component is closing/exiting */ closed: string; };