import React from "react"; import "./assets/Ul.scss"; export declare const Ul: React.FC; export interface UlProps { children?: any; }