import { Cell, Col } from 'better-xlsx'; import { IStyle } from '../../app'; declare function setStyle(cell: Cell | Col, style?: IStyle): void; export default setStyle;