import { TRequiredProps } from '../../internal/requiredProps';
import { IRafStaticProps, IRafMutableProps } from './types';
export declare const STATIC_PROPS: TRequiredProps<IRafStaticProps>;
export declare const MUTABLE_PROPS: TRequiredProps<IRafMutableProps>;
//# sourceMappingURL=props.d.ts.map