interface Props {
    class?: string;
    size?: number | string;
}
declare const SendIcon: import("svelte").Component<Props, {}, "">;
type SendIcon = ReturnType<typeof SendIcon>;
export default SendIcon;
//# sourceMappingURL=SendIcon.svelte.d.ts.map