/// /*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { IColumn } from '@fluentui/react'; import type { ColumnSelectFunction } from '../ArqueroDetailsList.types.js'; export declare function useCellStyle(column: IColumn | undefined, onSelect: ColumnSelectFunction | undefined): React.CSSProperties;