import { YandexMapMarkerCustomProps } from '../types/marker.ts';
export declare function getMarkerContainerProps({ position, containerAttrs, wrapperAttrs, zeroSizes, }: YandexMapMarkerCustomProps): {
    root: Record<string, any>;
    children: Record<string, any>;
};
export declare function excludeYandexMarkerProps<T extends Record<string, any>>(props: T): Omit<T, keyof YandexMapMarkerCustomProps>;
