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