import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const WbTwilightSharp: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default WbTwilightSharp;
