interface Props { active?: boolean; } declare const CaptionIcon: import("svelte").Component; type CaptionIcon = ReturnType; export default CaptionIcon;