import type { MediaData } from "./shared/index.js"; interface CellProps { cellData?: number | string | MediaData | null; } export declare function PresetAdminComponentCellWrapper(props: CellProps): import("react/jsx-runtime").JSX.Element; export {};