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