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