UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

5 lines (4 loc) 366 B
import { BatchSelectionProps } from "."; declare const StyledBatchSelection: import("styled-components").StyledComponent<"div", any, Pick<BatchSelectionProps, "disabled" | "hidden" | "colorTheme">, never>; declare const StyledSelectionCount: import("styled-components").StyledComponent<"span", any, {}, never>; export { StyledBatchSelection, StyledSelectionCount };