import UIkit from "./uikit"; export const Icons: { installed: boolean; (uikit: typeof UIkit): void; }; export default Icons;