importtype { IconType } from'media-icons';
exportinterfaceIconProps {
/**
* The type of icon. You can find a complete and searchable list on our website - see our
* [media icons catalog](https://vidstack.io/media-icons).
*/type: IconType | undefined;
}
export { typeIconType };