import { types } from "typestyle";
export interface NestedCSSPropertiesExtends extends types.NestedCSSProperties {
    /**
     * used it when you want to clear existing.
     **/
    $clear?: boolean;
}
