export declare const selectionCellBeforeEl: (customColor?: string, pos?: 'left' | 'right' | 'block' | 'top' | 'bottom') => import('styled-components').FlattenInterpolation>; export declare const selectionStyleForCell: import('styled-components').FlattenInterpolation>; export declare const editableCellStyle: import('styled-components').FlattenSimpleInterpolation; export declare const editedWithErrorCellStyle: import('styled-components').FlattenInterpolation>; export declare const editedSuccessfullyCellStyle: import('styled-components').FlattenSimpleInterpolation;