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