import type { StyledConfig } from 'styled-components'; export declare const forwardBlackList: string[]; export declare const notInBlackList: (prop: string) => boolean; export declare const shouldForwardProp: StyledConfig['shouldForwardProp']; export declare const getStyledConfig: (componentId: string) => StyledConfig;