/// import { IconProps } from '../../types'; declare const Album: (allProps: IconProps) => JSX.Element; export default Album;