UNPKG

box-ui-elements-mlh

Version:
8 lines (7 loc) 371 B
import { TwoTonedIcon } from '../iconTypes'; interface SandboxesInterstitialStateProps extends TwoTonedIcon { primaryColor?: string; secondaryColor?: string; } declare const SandboxesInterstitialState: ({ className, height, primaryColor, secondaryColor, title, width, }: SandboxesInterstitialStateProps) => JSX.Element; export default SandboxesInterstitialState;