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