/** * Boolean styles are used to power component style props, * but they are not responsive and do not accept arguments. * They are either on or off. */ import type { PinningDirection } from '@coinbase/cds-common/types/BoxBaseProps'; import { type LinariaClassName } from '@linaria/core'; export declare const borderStyle: { readonly bordered: LinariaClassName; readonly borderedHorizontal: LinariaClassName; readonly borderedVertical: LinariaClassName; readonly borderedStart: LinariaClassName; readonly borderedEnd: LinariaClassName; readonly borderedTop: LinariaClassName; readonly borderedBottom: LinariaClassName; }; export declare const pinStyle: Record; //# sourceMappingURL=booleanStyles.d.ts.map