/// <reference types="react" />
declare const Popsicle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Popsicle;
