declare const _default: {
    /**
     * Custom utilities
     */
    ".leading-inherit": {
        "line-height": string;
    };
    ".bg-img-inherit": {
        "background-image": string;
    };
    ".bg-clip-inherit": {
        "background-clip": string;
    };
    ".text-fill-inherit": {
        "-webkit-text-fill-color": string;
    };
    ".tap-highlight-transparent": {
        "-webkit-tap-highlight-color": string;
    };
    ".input-search-cancel-button-none": {
        "&::-webkit-search-cancel-button": {
            "-webkit-appearance": string;
        };
    };
};

export { _default as default };
