/// import { xAlignment, yAlignment } from "./Card.types"; export declare const sharedStyleBoxSizing: React.CSSProperties; export declare const sharedStyleFlex: React.CSSProperties; export declare const getXJustification: (justification: xAlignment | undefined) => string; export declare const getYAlignment: (alignment: yAlignment | undefined) => string;