declare const _default: {
    readonly 'navigation.pin.tooltip': "Pin product";
    readonly 'navigation.unpin.tooltip': "Unpin product";
    readonly 'navigation.pin.limit': "You cannot pin more products";
    readonly 'navigation.pinned.item.group.label': "Pinned items";
    readonly 'navigation.expand.button': "Expand sidebar";
    readonly 'navigation.collapse.button': "Collapse sidebar";
    readonly 'navigation.pinned.item.group.empty': "You have no pinned items.";
};
export default _default;
