import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints';
import { DecorativePropsType } from '../../decorativeElement/types/decorativeElement';
import { NavigationCardStylesPropsType } from '../types/navigationCardTheme';
type PropsReturnType = {
    marginRight: string | undefined;
    additionalProps: object | undefined;
};
export declare const buildProps: (styles: NavigationCardStylesPropsType, element: DecorativePropsType | undefined, device: DeviceBreakpointsType, dataTestId?: string) => PropsReturnType;
export {};
