/// import './styles.css'; interface Props { title: string; openModal: (i: boolean | string) => void; id?: string | undefined; } export declare function UtilityButton(props: Props): JSX.Element; export {};