import { TransformComponent as TC } from '../runtime'; export type MaybeFunctionAttributeOptions = Record; /** * Mark functional attribute constant. */ export declare const MaybeFunctionAttribute: TC;