import StyledAdvancedColorPickerCell from "./advanced-color-picker-cell.style"; declare const StyledAdvancedColorPickerWrapper: import("styled-components").StyledComponent<"div", any, { theme: object; }, "theme">; /** To be replaced by accessibly hidden class added in FE-5503 */ declare const HiddenCurrentColorList: import("styled-components").StyledComponent<{ ({ children, w, dtTextAlign, ddTextAlign, asSingleColumn, ...rest }: import("../definition-list").DlProps): import("react").JSX.Element; displayName: string; }, any, {}, never>; declare const StyledAdvancedColorPickerPreview: import("styled-components").StyledComponent<"div", any, {}, never>; declare const DialogStyle: import("styled-components").StyledComponent>, any, {}, never>; export { StyledAdvancedColorPickerWrapper, HiddenCurrentColorList, StyledAdvancedColorPickerCell, StyledAdvancedColorPickerPreview, DialogStyle, };