/** * ListViewOptionCell component for rendering a cell within a listview option. * * Features: * - Renders a grid cell for option content * - Supports custom content and layout * - Accessible with proper ARIA attributes * * @example * Custom cell content */ export declare const ListViewOptionCell: import('react').ForwardRefExoticComponent, HTMLDivElement>, "ref"> & import('react').RefAttributes>;