import React from 'react'; export default function Empty({ isDecorative, ...props }: { isDecorative: boolean; } & React.SVGProps): React.JSX.Element;