import React from 'react'; type FountainIconProps = { isRadiant: boolean; } & Omit, 'viewBox'>; export declare function FountainIcon(props: FountainIconProps): JSX.Element; export {};