Repository URL to install this package:
|
Version:
4.0.61 ▾
|
/// <reference types="react" />
/**
* @todo - should be using fill: white; fill: transparent; when we have as svg
*/
declare const DominoLoaderList: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, any, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>>;
declare const DominoLoaderContainer: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>>;
export { DominoLoaderList, DominoLoaderContainer };