import { SpacingProps } from '../../styles/getSpacingSprinkles.js'; import type { MarginCSS, DefaultMargin } from '../types/layout.types.js'; /** * Generates CSS margin properties based on the provided margin props and default margin values. * @internal */ export declare const useMarginProps: (props: SpacingProps, defaultMarginProps?: DefaultMargin) => MarginCSS;