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