import { ComponentPropsWithoutRef, FC, PropsWithChildren } from 'react'; import { DocumentedPropsWithChildren, InnerRef } from 'bloko/common/helpers/types'; declare const IconVerticalAlignment: FC> & PropsWithChildren & { innerRef?: InnerRef; }>; export default IconVerticalAlignment;