declare const height: { /** Medium height call to action buttons and links */ readonly ctaMedium: 44; /** Small height call to action buttons and links */ readonly ctaSmall: 36; /** Extra small height call to action buttons and links */ readonly ctaXsmall: 24; readonly iconMedium: 30; readonly iconSmall: 26; /** Checkables such as checkboxes or radio buttons */ readonly iconXsmall: 20; /** Text input fields, radio and checkbox labels */ readonly inputMedium: 44; /** Checkables such as checkboxes or radio buttons */ readonly inputXsmall: 24; }; declare const iconSize: { /** Meets WCAG 2.1 AAA compliance for touch targets. */ readonly medium: 30; readonly small: 26; readonly xsmall: 20; }; /** May be used for call to action buttons and user input fields. */ declare const size: { /** Meets WCAG 2.1 AAA compliance for touch targets. */ readonly medium: 44; readonly small: 36; readonly xsmall: 24; }; declare const width: { /** Medium height call to action buttons and links */ readonly ctaMedium: 44; /** Small height call to action buttons and links */ readonly ctaSmall: 36; /** Extra small height call to action buttons and links */ readonly ctaXsmall: 24; readonly iconMedium: 30; readonly iconSmall: 26; /** Checkables such as checkboxes or radio buttons */ readonly iconXsmall: 20; /** Checkables such as checkboxes or radio buttons */ readonly inputXsmall: 24; }; declare const remHeight: { /** Medium height call to action buttons and links */ readonly ctaMedium: "2.75rem"; /** Small height call to action buttons and links */ readonly ctaSmall: "2.25rem"; /** Extra small height call to action buttons and links */ readonly ctaXsmall: "1.5rem"; readonly iconMedium: "1.875rem"; readonly iconSmall: "1.625rem"; /** Checkables such as checkboxes or radio buttons */ readonly iconXsmall: "1.25rem"; /** Text input fields, radio and checkbox labels */ readonly inputMedium: "2.75rem"; /** Checkables such as checkboxes or radio buttons */ readonly inputXsmall: "1.5rem"; }; declare const remWidth: { /** Medium height call to action buttons and links */ readonly ctaMedium: "2.75rem"; /** Small height call to action buttons and links */ readonly ctaSmall: "2.25rem"; /** Extra small height call to action buttons and links */ readonly ctaXsmall: "1.5rem"; readonly iconMedium: "1.875rem"; readonly iconSmall: "1.625rem"; /** Checkables such as checkboxes or radio buttons */ readonly iconXsmall: "1.25rem"; /** Checkables such as checkboxes or radio buttons */ readonly inputXsmall: "1.5rem"; }; export { height, iconSize, remHeight, remWidth, size, width };