/** * Indeterminate visibility — an outlined eye with an internal slash, shown on * a group whose member layers are partially hidden ("mixed" state). Path data * exported from the Figma source (`MUI_visibility_indeterminate`, CARTO PS Lib * Documentation node 5877-16982); the glyph is centered at (184, 24) in the * header frame and drawn on a 18px grid (75% of the 24px box), so it is * re-centered into the standard viewBox and scaled by 4/3 — the resulting * 22×15-unit eye matches the MUI `Visibility*` icons exactly. */ export declare const VisibilityIndeterminateIcon: import('../../../node_modules/@mui/material/OverridableComponent').OverridableComponent> & { muiName: string; };