import { Colors } from '@bigcommerce/big-design-theme'; import { Cell, WorksheetItem } from '../types'; interface StyledCellProps { isFirstSelected: boolean; isLastSelected: boolean; isLastChild: boolean; isChild: boolean; isEdited?: boolean; isSelected?: boolean; isValid?: boolean; isNextCellValid: boolean; type: Cell['type']; } export declare const StyledCell: import("styled-components").StyledComponent<"td", import("styled-components").DefaultTheme, StyledCellProps, never>; export declare const AutoFillHandler: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { isVisible: boolean; }, never>; export declare const CellNote: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { color: keyof Colors; }, never>; export {}; //# sourceMappingURL=styled.d.ts.map