/// import 'twin.macro'; interface StringCellProps { value: string; formattedValue: string; rawValue: string; } export declare function StringCell(props: StringCellProps): JSX.Element; export {};